home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / networking / anos / install_dis.lha / AmigaDIS / AmigaNOS / TCPIP / NOS-STARTUP < prev    next >
Encoding:
Text File  |  1993-07-13  |  3.4 KB  |  142 lines

  1. domain suffix ampr.org
  2. #
  3. amiga command "SetClock Load"
  4. amiga interval 3600
  5. amiga arplist on
  6. amiga eightbit on
  7. #
  8. #--------------------------------------------------------------------
  9. # Please note that any Arexx script which uses the serial device
  10. # can only be run when the serial.device is not attached.
  11. #
  12. amiga rexx KISS.rexx
  13. #--------------------------------------------------------------------
  14. #
  15. hostname G1YYH.ampr.org
  16. ip address g1yyh.ampr.org
  17. #
  18. ax25 mycall g1yyh
  19. ax25 digipeat off
  20. ax25 timertype linear
  21. ax25 bcinterval 3600
  22. ax25 bctext "AmigaNOS v2.9i"
  23. ax25 t3 10000
  24. #
  25. mbox attend off
  26. mbox thirdparty off
  27. mbox maxmsg 1000
  28. mbox organisation "Bolton Amateur Radio Club"
  29. mbox realname "John Heaton"
  30. mbox rheader "G1YYH.GB7PWY.#16.GBR.EU [BARC - NWPUG] Lancashire"
  31. mbox timer 0
  32. mbox trace 1
  33. #
  34. mbox sysop on
  35. #--------------------------------------------------------------------
  36. #   When a mailbox user (with sysop status) enters the @ command
  37. #   he/she is presented with a set of 5 numbers, which represent
  38. #   character positions within the string below:
  39. #
  40. mbox password "thisisaverylongstringtobeusedasasysoppassword"
  41. #
  42. #  If the numbers presented were:
  43. #
  44. #  13 4 25 17 36
  45. #
  46. #  then the user would enter the characters from the string as:
  47. #
  48. #  niurp
  49. #
  50. #  to gain access to the main console prompt.
  51. #
  52. #  position:     0  1  2  3  4  5  6  7  8  9
  53. #  character:    t  h  i  s  i  s  a  v  e  r
  54. #
  55. #  position:    10 11 12 13 14 15 16 17 18 19
  56. #  character:    y  l  o  n  g  s  t  r  i  n
  57. #
  58. #  position:    20 21 22 23 24 25 26 27 28 29
  59. #  character:    g  t  o  b  e  u  s  e  d  a
  60. #
  61. #  position:    30 31 32 33 34 35 36 37 38 39
  62. #  character:    s  a  s  y  s  o  p  p  a  s
  63. #
  64. #  position:    40 41 42 43 44
  65. #  character:    s  w  o  r  d
  66. #--------------------------------------------------------------------
  67. #
  68. attach asy serial.device 0 ax25 nos 6000 512 9600
  69. #
  70. ifconfig nos description "Standard 1200 baud port on 144.625 MHz"
  71. #
  72. #----------------------------------------------------------------------
  73. #Character codes
  74. #    A 65    B 66    C 67    D 68    E 69
  75. #    F 70    G 71    H 72    I 73    J 74
  76. #    K 75    L 76    M 77    N 78    O 79
  77. #    P 80    Q 81    R 82    S 83    T 84
  78. #    U 85    V 86    W 87    X 88    Y 89
  79. #    Z 90    'space' 32
  80. #
  81. # The following two param statements are not required if you are using
  82. # Arexx, as they can be issued from an Arexx script, as in the example
  83. # shown at the beginning of this file 'amiga rexx KISS.rexx'.
  84. #
  85. #             I  N  T     K  I  S  S
  86. #param nos 13 73 78 84 32 75 73 83 83 13
  87. #             R  E  S  E  T
  88. #param nos 13 82 69 83 69 84 13
  89. #----------------------------------------------------------------------
  90. #
  91. source TCPIP:Startup.TRACE
  92. source TCPIP:Startup.ARP-ROUTE
  93. source TCPIP:Startup.NETROM
  94. #    source TCPIP:Startup.RSPF
  95. #    source TCPIP:Startup.RIP
  96. #    source TCPIP:Startup.POP
  97. #    source TCPIP:Startup.NNTP
  98. #    source TCPIP:Startup.DUFF
  99. #
  100. hop maxttl 25
  101. hop maxwait 10
  102. hop queries 5
  103. hop trace on
  104. #
  105. tcp mss 472
  106. tcp window 472
  107. tcp timertype linear
  108. tcp trace off
  109. #
  110. ip ttl 12
  111. #
  112. mode nos d
  113. param nos 1 40  # 1 : TXDelay
  114. param nos 2 80  # 2 : Persistance
  115. param nos 3 0   # 3 : Slot time
  116. ##          4 : TX Tail time (not implemented on KAM)
  117. param nos 5 0   # 5 : Duplex 0 Half 1 Full
  118. #
  119. start ax25
  120. start telnet
  121. start chatnode
  122. start finger
  123. #
  124. # ftpdown 2108 restricts ftp get/put/user and mbox download
  125. # to a time window of 21:00 to 08:59 
  126. ftpdown 2108
  127. fttimeout 600
  128. start ftp
  129. #
  130. digger on
  131. #
  132. start smtp
  133. smtp trace 0
  134. smtp mode route
  135. smtp timer 600
  136. smtp batch on
  137. smtp gateway gb7pwy
  138. #
  139. icmp trace off
  140. #
  141. escape 
  142.